-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev UI - handle file: protocol when locating /dev-templates #17007
Conversation
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 5ee9a6e
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 Windows #📦 extensions/vertx-http/deployment✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but CI don't look too happy.
- resolves quarkusio#16699 - this is useful if you run an example app in dev mode and this app is part of a multi-module project which also declares the extension - we just try to locate the pom.properties file in the target/maven-archiver directory - this hack will not work if addMavenDescriptor=false or if the pomPropertiesFile is overriden
- resolves quarkusio#17915 - follows up on quarkusio#17007
- resolves quarkusio#17915 - follows up on quarkusio#17007 (cherry picked from commit 3260b9b)
part of a multi-module project which also declares the extension
target/maven-archiver directory
pomPropertiesFile is overriden